←Select platform

SingleSelectionField Constructor(string,LogicalRectangle,List<SingleField>)

Summary

Initializes a new SingleSelectionField class object with explicit parameters.

Syntax

C#
VB
C++
Public Sub New( 
   ByVal name As String, 
   ByVal bounds As LogicalRectangle,  
   ByVal fields As List(Of SingleField)) 
public SingleSelectionField( 
   string name, 
   LogicalRectangle bounds, 
   List<SingleField^>^ fields 
) 

Parameters

name

The name of this field.

bounds

The location of the field in the form image.

fields

A list of SingleField that represents the row or column of OMR marks in this field.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly